Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NWidgetFactory<TItem> Class
Members


In This Topic
    NWidgetFactory<TItem> Class
    In This Topic
    A class that is used for creating widgets and texts for items of a given type.
    Object Model
    NWidgetFactory<TItem> Class
    Syntax
    'Declaration
     
    
    Public Class NWidgetFactory(Of TItem) 
    'Usage
     
    
    Dim instance As NWidgetFactory(Of TItem)
    public class NWidgetFactory<TItem> 
    Type Parameters
    TItem
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.UI.NWidgetFactory<TItem>
          Nevron.Nov.UI.NCommandWidgetFactory
          Nevron.Nov.UI.NEnumWidgetFactory<TEnum>

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also